home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / e / Text_Plug2.readme < prev   
Text File  |  1996-10-11  |  2KB  |  40 lines

  1. Short:  Flexible Text PLUGIN
  2. Author: jason@fsel.com (Jason R. Hulance)
  3. Type:   dev/e
  4.  
  5. (This version fixes a bug in the height calculation...)
  6.  
  7. text_plug.m defines a new text PLUGIN for use with EasyGUI.  It has
  8. several advantages over a normal TEXT gadget:
  9.  
  10.  1) It only renders within its allocated space, even if you change the
  11.     text.  (If you change the text of a normal TEXT gadget to a long
  12.     string then it will overwrite the window border.)
  13.  2) You can specify the fonts to use for the label and the main string.
  14.  3) In conjunction with the supplied fonts.m module, you can easily
  15.     use the user's preferred default font (fixed width) or screen font
  16.     (usually proportional).
  17.  4) If you resize the GUI, more/less of the string will be shown, as
  18.     possible.
  19.  
  20. An example program is supplied which uses an ASL requester for you to
  21. select a font.  The use's preferred default font and screen font are
  22. also used in the example.
  23.  
  24. Sources are included!
  25.  
  26.  
  27. ============================= Archive contents =============================
  28.  
  29. Original  Packed Ratio    Date     Time    Name
  30. -------- ------- ----- --------- --------  -------------
  31.      938     404 56.9% 27-Feb-96 21:30:52  fonts.e
  32.      612     406 33.6% 27-Feb-96 21:30:52  fonts.m
  33.    16944    7087 58.1% 27-Feb-96 21:34:20  testtext
  34.     1797     685 61.8% 27-Feb-96 21:34:20  testtext.e
  35.     2374     829 65.0% 27-Sep-96 07:12:04  text_plug.e
  36.     2068    1013 51.0% 27-Sep-96 07:12:04  text_plug.m
  37.     2880    1257 56.3% 27-Feb-96 21:30:44  text_plug.readme
  38. -------- ------- ----- --------- --------
  39.    27613   11681 57.6% 04-Oct-96 00:16:12   7 files
  40.